home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / sort.dir / 00203.ls < prev    next >
Encoding:
Text File  |  1995-03-27  |  110 b   |  7 lines

  1. on exitFrame
  2.   global gStart, gEnd
  3.   set gStart to the frame + 1
  4.   set gEnd to gStart + 16
  5.   startTimer()
  6. end
  7.